home *** CD-ROM | disk | FTP | other *** search
- package com.ms.directX;
-
- public final class d3dDeviceDesc {
- public int flags;
- public int dcmColorModel;
- public int dwDevCaps;
- public int dtcTransformCaps;
- public int bClipping;
- public int dlcLighting_Caps;
- public int dlcLighting_Model;
- public int dlcLighting_Number;
- public int dwDeviceRenderBitDepth;
- public int dwDeviceZBufferBitDepth;
- public int dwMaxBufferSize;
- public int dwMaxVertexCount;
- }
-